home *** CD-ROM | disk | FTP | other *** search
- object frmChartMain: TfrmChartMain
- Left = 198
- Top = 170
- BorderStyle = bsDialog
- Caption = 'Activity Log Statistics for Spam Buster'
- ClientHeight = 177
- ClientWidth = 420
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object EsLabel1: TEsLabel
- Left = 40
- Top = 0
- Width = 374
- Height = 38
- Appearance = apCustom
- Caption = 'Spam Buster Activity Statistics'
- ColorScheme = csCustom
- CustomSettings.ShadowColor = clOlive
- CustomSettings.ShadowDepth = 4
- CustomSettings.ShadowStyle = ssExtrude
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -27
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- end
- object Label1: TLabel
- Left = 16
- Top = 56
- Width = 120
- Height = 13
- Caption = 'Open existing activity log:'
- end
- object SpeedButton1: TSpeedButton
- Left = 378
- Top = 80
- Width = 21
- Height = 22
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 0400000000000001000000000000000000001000000010000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
- 55555555FFFFFFFFFF55555000000000055555577777777775F55500B8B8B8B8
- B05555775F555555575F550F0B8B8B8B8B05557F75F555555575550BF0B8B8B8
- B8B0557F575FFFFFFFF7550FBF0000000000557F557777777777500BFBFBFBFB
- 0555577F555555557F550B0FBFBFBFBF05557F7F555555FF75550F0BFBFBF000
- 55557F75F555577755550BF0BFBF0B0555557F575FFF757F55550FB700007F05
- 55557F557777557F55550BFBFBFBFB0555557F555555557F55550FBFBFBFBF05
- 55557FFFFFFFFF7555550000000000555555777777777755555550FBFB055555
- 5555575FFF755555555557000075555555555577775555555555}
- NumGlyphs = 2
- OnClick = SpeedButton1Click
- end
- object Image7: TImage
- Left = 2
- Top = 1
- Width = 33
- Height = 41
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object Edit1: TEdit
- Left = 40
- Top = 80
- Width = 337
- Height = 21
- TabOrder = 0
- end
- object Button1: TButton
- Left = 256
- Top = 144
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 336
- Top = 144
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- OnClick = Button2Click
- end
- object progBar: TProgressBar
- Left = 80
- Top = 116
- Width = 273
- Height = 16
- Min = 0
- Max = 100
- TabOrder = 3
- Visible = False
- end
- object dlgOpen: TOpenDialog
- Filter = 'Activity log files (*.txt)|*.txt|All files (*.*)|*.*'
- Title = 'Location of Spam Buster activity log file'
- Left = 320
- Top = 48
- end
- end
-